home *** CD-ROM | disk | FTP | other *** search
- #ifndef _OBPUT_H
- #define _OBPUT_H 1
-
- /**************************************************************************
- * obput.h: Specific definitions for ObPut.
- * A part of OberSuite for the Commodore Amiga.
- *
- * Author: Daniel Barrett, barrett@cs.umass.edu.
- * Version: 1.0.
- * Copyright: None! This program is in the Public Domain.
- * Please share it with others.
- ***************************************************************************/
-
- /***************************************************************************
- * Program version.
- ***************************************************************************/
-
- #define VERSION "1.03"
- #define VERDATE "(21.1.93)"
-
- /***************************************************************************
- * Prototypes.
- ***************************************************************************/
-
- void ObPut(char *patchString, char *filename);
- BOOL LookAtFileSize(PATCHINFO *pi, char *filename);
-
- /***************************************************************************
- * Global variables.
- ***************************************************************************/
-
- extern char programName[];
- extern int thePrintStyle;
-
- /***************************************************************************
- * Stuff for getopt().
- ***************************************************************************/
-
- static char *options = "qQl";
-
-
- #endif /* _OBPUT_H */
-